BerryFlavorMap

@Serializable
data class BerryFlavorMap(val potency: Int, val flavor: Handle.Named<BerryFlavor>)(source)

A flavor-to-potency mapping for a berry. See: https://pokeapi.co/docs/v2#berryflavormap

Parameters

potency

How powerful the referenced flavor is for this berry.

flavor

The referenced berry flavor.

Constructors

Link copied to clipboard
constructor(potency: Int, flavor: Handle.Named<BerryFlavor>)

Properties

Link copied to clipboard
Link copied to clipboard